Replica indices let you use different ranking strategies, such as sorting.
{primaryIndex}_{sortingAttribute}_{asc_or_desc}
.
For example, products_price_desc
is a replica index of your products
index,
where the results are sorted by the price
attribute in descending order.
replicas
setting in your primary index.
virtual
modifier for the replica index name: